home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Halstead Metrics
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Intermetrics, Inc.
- -- : 733 Concord Ave, Cambridge, MA 02138
- -- : Bill Toscano or Michael Gordon (author)
- -- : (617) 661-1840
- -- COPYRIGHT : (c) 1986, Intermetrics, Inc.
- -- DATE CREATED : 3/86
- -- DATE RELEASED : 3/86
- -- DATE LAST UPDATED : 3/86
- -- LOCATION : ASR
- -- ENVIRONMENT : VAX/VMS/DEC Ada
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : METRICS
- -- CATEGORY LEVEL 2 : Complexity Measures
- -- CATEGORY LEVEL 3 : Halstead Metrics
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Complexity
- -- INDEX : Complexity Measures
- -- INDEX : Measures, Complexity
- -- INDEX : Halstead
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.METRICS>HALS*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.METRICS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- HALSTEAD.CMM 3490 76
- -- HALSTEAD.CO 969 70
- -- HALSTEAD.DOC 34907 1026
- -- HALSTEAD.ME 3950 102
- -- HALSTEAD.PL 2200 76
- -- HALSTEAD.PRO 2519 67
- -- HALSTEAD.SRC 1031145 30004
- -- HALSTEAD.TST 30606 751
- -- =============== ========== ==========
- -- 8 Files 1109786 32172
- --= ABSTRACT ===============================================--
- -- The Complexity Measures Report will analyze program units for
- -- complexity as measured by Halstead and McCabe. The program unit and
- -- its complexity will be output to the default output file. If the
- -- measured complexity exceeds a desired maximum complexity, the program
- -- unit is flagged on the output listing.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 3/86 1.0 Intermetrics Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-